08. Walkthrough of .ajaxTransport

Ud109 AJAX L2 25 Walkthrough Of .Ajax Transport Function

$.ajax() Uses XHR Recap

jQuery's ajax method does a lot of things under the hood.

  • creates a new XHR object each time it's called
  • sets all of the XHR properties and methods
  • sends the XHR request